﻿curl -o output.html -d "userid=root" -d "passwd=fluffy" \
    -d "submit=Zaloguj" -d @formstate.txt \
    http://www.example.com/servlet/login.do
